home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Into That Dark Night
/
Into That Dark Night.iso
/
pc
/
YadVashem
/
Database
/
TIMELINE.dxr
/
00001_TL dates behavior.ls
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-03-17
|
243 b
|
17 lines
property pCurLine
on mouseWithin
set whatLine to the mouseLine
rollOverTL(whatLine, pCurLine)
set pCurLine to whatLine
end
on mouseUp
set whatLine to the mouseLine
clickOverTL(whatLine)
end
on beginSprite
set pCurLine to -1
end